home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / DefineButton2_367 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2005-09-27  |  176 b   |  11 lines

  1. on(press){
  2.    if(_root.levelLimit != "Infinite")
  3.    {
  4.       _root.levelLimit -= 5;
  5.    }
  6.    if(_root.levelLimit <= 5)
  7.    {
  8.       _root.levelLimit = "Infinite";
  9.    }
  10. }
  11.